projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64594ef
)
(url-temporary-directory): Mark as obsolete.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 7 Feb 2009 21:22:03 +0000
(21:22 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 7 Feb 2009 21:22:03 +0000
(21:22 +0000)
lisp/url/url-vars.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-vars.el
b/lisp/url/url-vars.el
index 4eab44cdc1fe5801017b5e79535531a1f5203e33..93ed228c4ab324a5ec315c61c153052ea30f8e79 100644
(file)
--- a/
lisp/url/url-vars.el
+++ b/
lisp/url/url-vars.el
@@
-293,6
+293,8
@@
Applies when a protected document is denied by the server."
"*Where temporary files go."
:type 'directory
:group 'url-file)
+(make-obsolete-variable 'url-temporary-directory
+ 'temporary-file-directory "23.1")
(defcustom url-show-status t
"*Whether to show a running total of bytes transferred.